The Definitive Guide to Jakarta Faces in Jakarta EE 10 by Bauke Scholtz & Arjan Tijms

The Definitive Guide to Jakarta Faces in Jakarta EE 10 by Bauke Scholtz & Arjan Tijms

Author:Bauke Scholtz & Arjan Tijms
Language: eng
Format: epub
ISBN: 9781484273104
Publisher: Apress


Note that the contact.xhtml has only one <ui:insert> and that it has no name. This will insert the entire <ui:decorate> tag body at the declared place of <ui:insert>. You can, of course, specify a name, but then you would need to explicitly specify <ui:define> with a name for that. That would be only useful if you have more than one insert section.

You can, if necessary, use <ui:param> to pass parameters. This works the same way as with <ui:composition template>. The following example parameterizes the email username /WEB-INF/decorations/contact.xhtml with a default value of “info.”...

<li>✉ <a href="mailto: #{empty mailto ? 'info' : mailto}@example.com"

title="Email">#{empty mailto ? 'info' : mailto}@example.com</a></li>

...



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.